Move the actual call routed by do_legacy_api_with_uuid out of the scope of
authorEwan Mellor <ewan@xensource.com>
Wed, 6 Dec 2006 10:12:39 +0000 (10:12 +0000)
committerEwan Mellor <ewan@xensource.com>
Wed, 6 Dec 2006 10:12:39 +0000 (10:12 +0000)
commit1d68773ad2199a0b5dfac08f8cdc54a95a0611ae
tree84b1667430d0a83b0b04fbd0100e69e616762ed6
parent6e66f078d444f2f49450bb957ae4245cf296626a
Move the actual call routed by do_legacy_api_with_uuid out of the scope of
the domains_lock.  The call itself is already locking as necessary, and it
is important for domain_start to be able to release the lock across the scope
of waitForDevices.

Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xend/XendDomain.py